[INFO] fetching crate juicy_bencode 0.1.3...
[INFO] testing juicy_bencode-0.1.3 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate juicy_bencode 0.1.3 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate juicy_bencode 0.1.3
[INFO] finished tweaking crates.io crate juicy_bencode 0.1.3
[INFO] tweaked toml for crates.io crate juicy_bencode 0.1.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate juicy_bencode 0.1.3 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate juicy_bencode 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e279eacc1cb46ca1eb1032f9bdd94bd0a88f8860963d8dbcfe1298d14e2263ef
[INFO] running `Command { std: "docker" "start" "-a" "e279eacc1cb46ca1eb1032f9bdd94bd0a88f8860963d8dbcfe1298d14e2263ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e279eacc1cb46ca1eb1032f9bdd94bd0a88f8860963d8dbcfe1298d14e2263ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e279eacc1cb46ca1eb1032f9bdd94bd0a88f8860963d8dbcfe1298d14e2263ef", kill_on_drop: false }`
[INFO] [stdout] e279eacc1cb46ca1eb1032f9bdd94bd0a88f8860963d8dbcfe1298d14e2263ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 463973ba7670d84424d1a6a2c07be51336bc3b02446a35e0aa79846ffbe2cd87
[INFO] running `Command { std: "docker" "start" "-a" "463973ba7670d84424d1a6a2c07be51336bc3b02446a35e0aa79846ffbe2cd87", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling juicy_bencode v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |               |
[INFO] [stdout]    |                                  |                 |               the same lifetime is elided here
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s
[INFO] running `Command { std: "docker" "inspect" "463973ba7670d84424d1a6a2c07be51336bc3b02446a35e0aa79846ffbe2cd87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "463973ba7670d84424d1a6a2c07be51336bc3b02446a35e0aa79846ffbe2cd87", kill_on_drop: false }`
[INFO] [stdout] 463973ba7670d84424d1a6a2c07be51336bc3b02446a35e0aa79846ffbe2cd87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08e5b851ba73c62a811609625fdb5d7bab898f9fc80de2bb222cd3e8112929dc
[INFO] running `Command { std: "docker" "start" "-a" "08e5b851ba73c62a811609625fdb5d7bab898f9fc80de2bb222cd3e8112929dc", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |               |
[INFO] [stdout]    |                                  |                 |               the same lifetime is elided here
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling juicy_bencode v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:81:34
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:91:34
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stdout]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                  |                 |               |
[INFO] [stdout]    |                                  |                 |               the same lifetime is elided here
[INFO] [stdout]    |                                  |                 the same lifetime is elided here
[INFO] [stdout]    |                                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:125:25
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stdout]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                 |
[INFO] [stdout]     |                         |                 the same lifetime is elided here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "08e5b851ba73c62a811609625fdb5d7bab898f9fc80de2bb222cd3e8112929dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08e5b851ba73c62a811609625fdb5d7bab898f9fc80de2bb222cd3e8112929dc", kill_on_drop: false }`
[INFO] [stdout] 08e5b851ba73c62a811609625fdb5d7bab898f9fc80de2bb222cd3e8112929dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 840ea2a694cdd387f5e49062e0fb3d0fcf42ff0ebb66c1dfb5949d8a5738c9fe
[INFO] running `Command { std: "docker" "start" "-a" "840ea2a694cdd387f5e49062e0fb3d0fcf42ff0ebb66c1dfb5949d8a5738c9fe", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:81:34
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView>> {
[INFO] [stderr]    |                                  ^^^^^             ^^^^^      ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                 |
[INFO] [stderr]    |                                  |                 the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 81 | pub fn parse_bencode_list(input: &[u8]) -> IResult<&[u8], Vec<BencodeItemView<'_>>> {
[INFO] [stderr]    |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lib.rs:91:34
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView>> {
[INFO] [stderr]    |                                  ^^^^^             ^^^^^           ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                  |                 |               |
[INFO] [stderr]    |                                  |                 |               the same lifetime is elided here
[INFO] [stderr]    |                                  |                 the same lifetime is elided here
[INFO] [stderr]    |                                  the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 91 | pub fn parse_bencode_dict(input: &[u8]) -> IResult<&[u8], BTreeMap<&[u8], BencodeItemView<'_>>> {
[INFO] [stderr]    |                                                                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:125:25
[INFO] [stderr]     |
[INFO] [stderr] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView> {
[INFO] [stderr]     |                         ^^^^^             ^^^^^  ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |                 |
[INFO] [stderr]     |                         |                 the same lifetime is elided here
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 125 | fn bencode_value(input: &[u8]) -> IResult<&[u8], BencodeItemView<'_>> {
[INFO] [stderr]     |                                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `juicy_bencode` (lib) generated 3 warnings (run `cargo fix --lib -p juicy_bencode` to apply 3 suggestions)
[INFO] [stderr] warning: `juicy_bencode` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/juicy_bencode-6e00acedaa8ed5b1)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tests::bencode_list_eats_all_inputs ... ok
[INFO] [stdout] test tests::naked_string_is_not_bencode_string ... ok
[INFO] [stdout] test tests::negative_number_with_zeroes_in_between_is_valid ... ok
[INFO] [stdout] test tests::negative_number_without_leading_zero_is_valid ... ok
[INFO] [stdout] test tests::negative_number_with_leading_zeroes_is_not_allowed ... ok
[INFO] [stdout] test tests::negative_zero_is_not_allowed ... ok
[INFO] [stdout] test tests::letters_are_not_be_numbers ... ok
[INFO] [stdout] test tests::naked_numbers_are_not_bencode_numbers ... ok
[INFO] [stdout] test tests::positive_number_with_zeroes_in_between_is_valid ... ok
[INFO] [stdout] test tests::bencode_dict_eats_all_inputs ... ok
[INFO] [stdout] test tests::bencode_string_takes_exact_length ... ok
[INFO] [stdout] test tests::positive_number_without_leading_zero_is_valid ... ok
[INFO] [stdout] test tests::strings_shorter_than_declaration_is_not_allowed ... ok
[INFO] [stdout] test tests::positive_number_with_leading_zero_is_rejected ... ok
[INFO] [stdout] test tests::zero_is_valid_be_num ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests juicy_bencode
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "840ea2a694cdd387f5e49062e0fb3d0fcf42ff0ebb66c1dfb5949d8a5738c9fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "840ea2a694cdd387f5e49062e0fb3d0fcf42ff0ebb66c1dfb5949d8a5738c9fe", kill_on_drop: false }`
[INFO] [stdout] 840ea2a694cdd387f5e49062e0fb3d0fcf42ff0ebb66c1dfb5949d8a5738c9fe
